projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c575ac
)
[broadway] Update window geometry after showing window
author
Alexander Larsson
<alexl@redhat.com>
Mon, 11 Apr 2011 14:42:41 +0000
(16:42 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Tue, 12 Apr 2011 09:12:38 +0000
(11:12 +0200)
gdk/broadway/broadway.js
patch
|
blob
|
history
diff --git
a/gdk/broadway/broadway.js
b/gdk/broadway/broadway.js
index 5fe61c9c7af4026dbce346c47cfe7c1e280dc223..65ceccd3b2462b15c23c2989a27d587d577b5f45 100644
(file)
--- a/
gdk/broadway/broadway.js
+++ b/
gdk/broadway/broadway.js
@@
-483,6
+483,9
@@
function cmdShowSurface(id)
surface.toplevelElement.style["visibility"] = "visible";
restackWindows();
+
+ if (surface.window)
+ updateBrowserWindowGeometry(surface.window);
}
function cmdHideSurface(id)